Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PYIC-7571: Track verifier use #2641

Merged
merged 2 commits into from
Oct 30, 2024
Merged

PYIC-7571: Track verifier use #2641

merged 2 commits into from
Oct 30, 2024

Conversation

Wynndow
Copy link
Contributor

@Wynndow Wynndow commented Oct 29, 2024

Proposed changes

What changed

Track verifier use and number of VCs matched

Why did it change

Lots of VCs were failing signature verification in staging. Turns out they were signed with an unexpected key. It would be useful to understand how many VCs are signed with this key (which has been added to config).
This would also potentially be interesting when we recondile in production to understand the proportion of passport VCs signed with the old and new keys.

Also, It would be good to be able to easily say that we've matched the same
number of VCs as expected, rather than just the number of identities.

Issue tracking

Lots of VCs were failing signature verification in staging. Turns out
they were signed with an unexpected key. It would be useful to
understand how many VCs are signed with this key (which has been added
to config).
This would also potentially be interesting when we recondile in
production to understand the proportion of passport VCs signed with the
old and new keys.
@Wynndow Wynndow requested review from a team as code owners October 29, 2024 11:07
It would be good to be able to easily say that we've matchec the same
number of VCs as expected, rather than just the number of identities.
Copy link

Copy link
Contributor

@Joe-Edwards-GDS Joe-Edwards-GDS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bit weird, but sure...

I wouldn't spend too long on this though, since we're about to rip it all out :)

@Wynndow Wynndow merged commit 62add08 into main Oct 30, 2024
7 checks passed
@Wynndow Wynndow deleted the bau-track-verifier-use branch October 30, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants